body{
    margin: 0px;
    background-color: #000;
    color: #ffffff;
    background-image: url("../../res/img/bg/sky2.avif");
    opacity: 0.85;

}

.layer2{
    padding-left: 140px;
    padding-top: 240px;
}

.main_block {
    top: 40%;
    border-style: double;
    width: 95%;
    height: 800px;
    border-color: #ffffff;
    background:#000000;
    color:#ffffff;
}

@font-face {
    font-family: "Leela";
    size-adjust: 110%;
    src: url("../../res/fonts/LeelawUI.ttf");
}

.Leela_font{
    font-family: Leela;
}


::-webkit-scrollbar {
    width: 4px;
}
  
::-webkit-scrollbar-track {
    box-shadow: inset 1 0 10px rgb(0, 0, 0);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(
        1deg,
        #ffffff 0.02%,
        #b9ffe5 0.05%,
        #012438 6%,
        #000000 10%,
        #141414 20%,
        #000000 50%,
        #0e0e0e 80%,
        #000000 100%
      );
    border-radius: 10px;
}

.separator1{
    width: 50%;
    height: 32px;
    background-image: url("../../res/img/separators/separator1.png");
    transform: rotate(130deg);
    position: absolute;
    top: 20px;
    left: -18.2%;
}

.separator2{
    width: 100%;
    height: 32px;
    background-image: url("../../res/img/separators/separator2.png");
    transform: rotate(178deg);
    position: absolute;
    top: 20px;
}

.separator3{
    width: 100%;
    height: 32px;
    background-image: url("../../res/img/separators/separator2.png");
    transform: rotate(177deg);
    position: absolute;
    top: -10px;
}

.separator4{
    width: 100%;
    height: 32px;
    background-image: url("../../res/img/separators/separator2.png");
    transform: rotate(176deg);
    position: absolute;
    top: -40px;
}

.separator5{
    width: 100%;
    height: 32px;
    background-image: url("../../res/img/separators/separator2.png");
    transform: rotate(174deg);
    position: absolute;
    top: -80px;
    left: -20px;
}

.separator6{
    width: 100%;
    height: 32px;
    background-image: url("../../res/img/separators/separator2.png");
    transform: rotate(171deg);
    position: absolute;
    top: -110px;
    left: -290px;
}

.separator7{
    width: 100%;
    height: 32px;
    background-image: url("../../res/img/separators/separator2.png");
    transform: rotate(105deg);
    position: absolute;
    top: 110px;
    left: -49.8%;
}

.separator8{
    width: 150%;
    height: 32px;
    background-image: url("../../res/img/separators/separator2.png");
    transform: rotate(100deg);
    position: absolute;
    top: 110px;
    left: -73.9%;
}

.separator9{
    width: 150%;
    height: 32px;
    background-image: url("../../res/img/separators/separator2.png");
    transform: rotate(95deg);
    position: absolute;
    top: 110px;
    left: -73%;
}

.separator10{
    width: 200%;
    height: 32px;
    background-image: url("../../res/img/separators/separator2.png");
    transform: rotate(92deg);
    position: absolute;
    top: 110px;
    left: -97.2%;
}

.bg_separator1{
    width: 100%;
    height: 32px;
    background-image: url("../../res/img/separators/bg_separator.png");
    transform: rotate(178deg);
    position: absolute;
    top: 10px;
    left: 0%;
}

.bg_separator2{
    width: 200%;
    height: 32px;
    background-image: url("../../res/img/separators/bg_separator.png");
    transform: rotate(92deg);
    position: absolute;
    top: 110px;
    left: -99.5%;
}

.bg_separator3{
    width: 200%;
    height: 32px;
    background-image: url("../../res/img/separators/bg_separator.png");
    transform: rotate(92deg);
    position: absolute;
    top: 110px;
    left: -97.9%;
}

.metal_support1{
    position: absolute;
    width: 260px;
    height: 150px;
    background-image: url("../../res/img/other/metal_grate1.png");
    z-index: -1;
    left: 10%;
    top: 6%;
    transform: rotate(90deg);

}

.metal_support2{
    position: absolute;
    width: 260px;
    height: 150px;
    background-image: url("../../res/img/other/metal_grate1.png");
    z-index: -1;
    left: -6%;
    top: 80%;
}

.metal_support3{
    position: absolute;
    width: 260px;
    height: 100px;
    background-image: url("../../res/img/other/metal_grate1.png");
    z-index: -1;
    left: 70%;
    top: 6%;
    transform: rotate(90deg);
}

.box_separator_middle{
    height: 95%;
    width: 95%;
    padding-left: 20px;
}


.box_separator_top{
    align-self: center;
    height: 14px;
    width: 100%;
    background-image: url("../../res/img/separators/box_separator1.png");
}

.box_separator_left1{
    height: 7px;
    width: 100%;
    background-image: url("../../res/img/separators/box_separator1.png");
    transform: rotate(0.22deg);

}

.trinket_shelf{
    position: fixed;
    background-color: #000;
    width: 100px;
    height: 50px;
    border-style: double;
    border-color: #ffffff;
    top: -2%;
    left: 80%;

    text-align: center;
    padding-top: 20px;
}

.earth_trinket{
    background-image: url("../../res/img/other/earth.png");
    position: fixed;
    top: 55px;
    left: 80%;
    height: 66px;
    width: 30px
}

.earth_trinket:hover{
    background-image: url("../../res/img/other/earth.gif");
}

.earth_trinket:focus{
    background-image: url("../../res/img/other/earth_glow.png");
}

.air_trinket{
    background-image: url("../img/other/air.png");
    position: fixed;
    top: 55px;
    left: 82%;
    height: 35px;
    width: 24px
}

.air_trinket:hover{
    background-image: url("../img/other/air_hover.gif");
}